home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / video / fly8111-.000 / fly8111- / fly8 / MSDOS / readme < prev    next >
Text File  |  1979-12-31  |  4KB  |  117 lines

  1. # readme
  2. #
  3. # This is part of the flight simulator 'fly8'.
  4. # Author: Eyal Lebedinsky (eyal@ise.canberra.edu.au).
  5. #
  6. # Specific notes for the MSDOS version.
  7.  
  8. [ 7 January 1995]
  9.  
  10. UDP support was added using direct packet driver access. This now allows
  11. msdos and unix to work together. The server must still run on the unix
  12. side.
  13.  
  14.   You can use three modes of graphics:
  15.  
  16. 1 Generic graphics. Slow but works with most cards. It uses the microsoft
  17.   C library graphics support. It even supports Hercules if you install
  18.   msherc.com (found in utils.zip). It does not support double buffering
  19.   at high resolutions (640x350x16 is the higest for this). Use it if all
  20.   else fails.
  21.  
  22.   Use 'dvgrqc Vgrqc' for the microsoft graphics. It should work on all cards.
  23.  
  24. NOTE: in the distributed binary this driver was removed in order to save
  25. memory!
  26.  
  27. 2 Lean and mean 'GrFast'. I wrote this low level driver for high performance.
  28.   It does not support all chips and probably never will. However this is your
  29.   best mode if it works.
  30.  
  31.   Use 'dvgrfast:* Vgr#' with '*' and '#' from the table at the end of this
  32.   file.
  33.  
  34. 3 Second best, use GrFast with VESA support. For this your card should
  35.   support VESA page flipping. Many don't. However, there is a nice shareware
  36.   program 'univbe' which supports many cards, give it a try.
  37.  
  38.   Use 'dvgrfast:vesa Vgrvesa1p'. For 2MB cards use '2p'. If your card does
  39.   not support page flipping (Fly8 with double buffering gives garbage) then
  40.   use 'grvesa1' and '2'. This will work with most VESA drivers even if
  41.   they do not have page flipping but you will see some flicker.
  42.  
  43.   You will probably put the 'dvgr# Vgr*" options in your fly.ini so that you
  44. will not need to repeat it for each run.
  45.  
  46.   A description of the *.vmd file structure is given in the doco. The
  47. important item is the video mode which is the first option after the mode
  48. name (e.g. 0x13 for 320x200x256 mode). GrFast supports only the 256 color
  49. modes (called PL8 in whatvga.lst). GrQc supports all modes.
  50.  
  51.   To create the missing gr#.vmd files consult the attached whatvga.lst
  52. file. It comes from the vgadoc3.zip file which is available on common
  53. archive sites and included with the msdos binaries.
  54.  
  55.   The whatvga.exe program can detect the type of graphics chip in your
  56. machine. It is from the vgadoc3.zip package, the whatvga.doc file describes
  57. what it does.
  58.  
  59.  
  60.   The above files are packages inside whatvga.zip.
  61.  
  62.   Test against your card. Be carefull not to blow your screen (all too
  63. easy to do with older ones). Please email me any working *.vmd files for
  64. inclusion in later releases.
  65.  
  66.   You can name the modes file whatever you want (with the extension .vmd)
  67. but you cannot change the 'dvgrfast:*' chip name, you must quote one of
  68. the names from the next list.
  69.  
  70.  
  71. *        #    tested?
  72. ====        ====    =======
  73.  
  74. vga        vga      OK    only 320x200x256 single buffering...
  75. vesa              OK    use 'unibve' if you don't have a vESA driver.
  76. ati            no
  77. aheada            no
  78. aheadb            no
  79. chips            no    for chips 451
  80. chips2            no    for chips 452
  81. chips3              OK    for chips 453
  82. everex            no    for native Everex
  83.                 Use t88/t89/et4k for cards based on these chips
  84. genoa            no
  85. oak            no    for OTI-077
  86. oak87            no    for OTI-087
  87. paradise          OK    tested at 640x480 on a laptop
  88. paradisep        no    for PVGA
  89. t88        t88    no    512k trident 8800
  90. t89        t89      OK    1m trident 8900
  91. t89cl            no    trident 8900CL
  92. video7            no
  93. et3k            no    TsengLab ET3000
  94. et4k        et4k      OK    TsengLab ET4000
  95. et4kw32        vesa2p      OK    TsengLab ET4000W32p
  96. ncr            no
  97. s3        vesa2p      OK    S3-928
  98. acumos            no
  99. al2101            no    Avance logic 2101
  100. mxic              OK
  101. p2000            no    Primus
  102. rt3106            no    RealTek 3106
  103. cirrus        cirrus    no
  104. cirrusa        cirrus      OK    for cirrus '26
  105.  
  106.  
  107. Note:
  108.  
  109. Common VESA *.vmd files are:
  110.  
  111.         vesa1p    1MB w/ double buffering
  112.         vesa2p    2MB w/ double buffering
  113.         vesa4p    4MB w/ double buffering
  114.         vesa1    1MB no double buffering
  115.         vesa2    2MB no double buffering
  116.         vesa4    4MB no double buffering
  117.